home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / rsolar.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  173 b   |  12 lines

  1. on mouseUp
  2.   global castv, DOV
  3.   InVis(16)
  4.   unLoadCast(castv)
  5.   set the sound of cast castv to 0
  6.   if DOV = "loo" then
  7.     go(2)
  8.   else
  9.     go(DOV, "roteiro")
  10.   end if
  11. end
  12.